home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / Clean 1.2.4 / PowerMacInterface / palettes.icl < prev    next >
Text File  |  1995-02-14  |  169b  |  9 lines

  1. implementation module palettes;
  2.  
  3. import mac_types;
  4.  
  5. PmForeColor :: !Int !Toolbox -> Toolbox;
  6. PmForeColor dstEntry t = code (dstEntry=D0,t=U)(z=Z){
  7.     call    .PmForeColor
  8. };
  9.